home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
sozosun.zoo
/
src
/
tools
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-02-09
|
243 b
|
19 lines
#
# Makefile for various utilities
#
CFLAGS = -O -DBSD $(DEBUG)
PROGS = nm size ar cc
all: $(PROGS)
mv cc ../../bin/scc.ttp
mv size ../../bin/size.ttp
mv nm ../../bin/nm.ttp
mv ar ../../bin/ar.ttp
clean:
rm *.o
clobber:
rm *.o *.ttp